Ugh, another compile error.
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jul 2004 14:50:11 +0000 (14:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jul 2004 14:50:11 +0000 (14:50 +0000)
gtk/gtkcombobox.c

index 53425a10dd90c256bf7e1062260dad7f9be819e5..a090e61291eeccdae566abd2a2674f66057926eb 100644 (file)
@@ -1409,7 +1409,7 @@ gtk_combo_box_popdown (GtkComboBox *combo_box)
 {
   g_return_if_fail (GTK_IS_COMBO_BOX (combo_box));
 
-  if (!GTK_WIDGET_REALIZED (widget))
+  if (!GTK_WIDGET_REALIZED (GTK_WIDGET (combo_box)))
     return;
 
   if (GTK_IS_MENU (combo_box->priv->popup_widget))